My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
-
Re: In 2.0 SuiteScript can the TYPE property on the "search.Create" have multiple values
Hi @"GKC", Search.Type cannot be an array since as per documentation, the parameter type requires a "String" data type and not an array. You could see it in the SuiteAnswers Artic…2 -
Re: Adding standard Netsuite fields to custom forms
Hi New_44789, There is actually an enhancement related to your concern. This is the information "Enhancement # 280716 - List>Relationships>Project Templates: Project template should have S…2 -
Re: SuiteAnalystics nest functions - trying to convert NULLIF (a float) to integer
Hi @"plantscan", Have you tried using "to_number" for your conversion? This function is an alternative way to convert data type instead of using CONVERT or CAST function. You may …3 -
Re: Create XML
No worries, Zoran. I do understand you, sometimes SuiteAnswers are a little bit tricky and need some tweaking but we are here to help you figure it out. I am glad that it helped you with your concern…5 -
Re: Create XML
Here is a sample script: (I have tested this on my test account and using scheduled script) /** * @NApiVersion 2.x * @NScriptType ScheduledScript */ define(['N/xml','N/file'], fun…8
